home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / tex / lametex_.z / lametex_ / lametex / README < prev    next >
Encoding:
Text File  |  1992-09-07  |  1.3 KB  |  35 lines

  1. You should now have directories:
  2.   src      The C++ source files, plus two PostScript source files.
  3.   page     Contains the PostScript Page Definitions
  4.   doc      Contains documentation and example .tex files
  5.   man      Contains the LameTeX man page
  6.  
  7. You need to have a copy of latex and dvips from Radical Eye Software.
  8. If you want to format text in ASCII, you need to have a copy of Perl.
  9.  
  10. You'll need to compile the code in the src directory.
  11.  
  12. To do this, you will need to edit the Makefile. Choose the appropriate
  13. name for your CC executable. Choose the appropriate name for your source
  14. directory, page directory, and executable directory.
  15.  
  16. Also, if your latex or dvips is a funny version, you will have to
  17. change the variables LATEX and DVIPS. Don't make this change unless
  18. you try lametex and it gives you an error while trying to run latex or
  19. dvips.
  20.  
  21. Now go into the src directory and type "make".
  22.  
  23. Now type cd ../doc
  24.  
  25. Move the lametex_doc.ps to a temporary file with
  26.   mv lametex_doc.ps lametex_doc.ps.works
  27.  
  28. Now try formatting the documentation in lametex_doc.tex.
  29.  
  30. You can type "../src/lametex lametex_doc.tex", and LameTeX
  31. will process the file for you.  Alternately, you can use normal LaTeX
  32. to format the file with "latex lametex_doc.tex".
  33.  
  34. The document will tell you everything you need to know to run LameTeX.
  35.